RequestContentType Property |
Gets or sets Content-Type header field. The Content-Type header field is used to specify
the Internet media type in the request body. Media types have the familiar form type/sub-type. If this
header field is not present, application/sdp is assumed.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string ContentType { get; set; }Public Property ContentType As String
Get
Set
Property Value
Type:
StringThe type of the content.
See Also